home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 September / Macworld (1997-09).dmg / Serious Software / Cherwell Scientific Demos / pro Fit / pro Fit 5.0 demo (68k).sea / pro Fit 5.0.1 demo (68k).rsrc / STR#_807.txt < prev    next >
Text File  |  1996-09-30  |  2KB  |  149 lines

  1. m'  (position of the peak)
  2.  
  3. SD'  (standard deviation)
  4.  
  5. A'  (normalized peak height)
  6.  
  7. m  (position of the peak)
  8.  
  9. SD  (standard deviation)
  10.  
  11. A  (normalized peak height)
  12.  
  13. const  (y-offset)
  14.  
  15. You are not allowed to use such a value for this parameter.
  16.  
  17. Hide Balloons
  18.  
  19. Show Balloons
  20.  
  21. A parameter value cannot be above its upper limit.
  22.  
  23. A parameter value cannot be below its lower limit.
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. Spline Data
  32.  
  33. Y column
  34.  
  35. X column
  36.  
  37. Data Window
  38.  
  39. $BSelect data$(cubic spline)
  40.  
  41. A smooth function going through the current data points.
  42.  
  43. Spline
  44.  
  45. Bad x-value for the spline function.
  46.  
  47. Not enough data for spline interpolation.
  48.  
  49. n  (exponent)
  50.  
  51. x0  (x-offset)
  52.  
  53. m  (multiplicative factor)
  54.  
  55. const  (y-offset)
  56.  
  57. n: integer or real value
  58.  
  59. y = const + m*(x-x0)^n
  60.  
  61. Power
  62.  
  63.        + A' (2 Pi)^(-1/2) exp(-(x-m')^^22/(2 SD'))
  64.  
  65. y = const + A (2 Pi)^(-1/2) exp(-(x-m)^^22/(2 SD))
  66.  
  67. Gauss
  68.  
  69. m'  (position of the peak)
  70.  
  71. K'  (sharpness of the peak)
  72.  
  73. A'  (height of the peak)
  74.  
  75. m  (position of the peak)
  76.  
  77. K  (sharpness of the peak)
  78.  
  79. A  (height of the peak)
  80.  
  81. const  (y-offset)
  82.  
  83.     + A'/(1+K'*(x-m')^^22
  84.  
  85. y = const + A/(1+K*(x-m)^^22)
  86.  
  87. Lorentz
  88.  
  89. base  (base^y=x defines y=log(x))
  90.  
  91. const  (y-offset)
  92.  
  93. x0  (x-offset)
  94.  
  95. K
  96.  
  97. A  (multiplicative factor)
  98.  
  99. base: base of logarithm
  100.  
  101. y=A * log(K*(x-x0)) + const
  102.  
  103. Log
  104.  
  105. const  (y-offset)
  106.  
  107. t0  (time-constant)
  108.  
  109. x0  (x-offset)
  110.  
  111. A  (multiplicative factor)
  112.  
  113. exponential function
  114.  
  115. y = A * exp(-(x-x0)/t0)  + const
  116.  
  117. Exp
  118.  
  119. const  (y-offset)
  120.  
  121. x0  (x-offset)
  122.  
  123. K  (frequency)
  124.  
  125. A  (amplitude)
  126.  
  127. harmonic oscillation
  128.  
  129. y = A * sin(K*(x-x0)) + const
  130.  
  131. Sin
  132.  
  133. Polynom
  134.  
  135. deg: degree of the polynomial
  136.  
  137. f(x) = const + a1*x +...+ a^0*x^^3
  138.  
  139. f(x) = const + a1*x + a2*x^^22
  140.  
  141. f(x) = const + a1*x
  142.  
  143. f(x) = const
  144.  
  145. const  (y-offset)
  146.  
  147. deg  (degree of the polynomial)
  148.  
  149.